home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12184 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Is there any limit to the overloading of names and templates.  C++  overrated?
  5. Date: 18 Mar 1996 18:43:09 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4ikart$ic0@news.interpath.net>
  8. References: <4iiam6$h36@solaris.cc.vt.edu>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Eric (ericpe@vt.edu) wrote:
  13. : Is it possiple to go beyond the capability of the overload technique in 
  14. : any compilier?
  15.  
  16. Based on name-mangling, there shouldn't be. Each mangled name
  17. is unique.
  18.  
  19. :    Is C++ over-rated?
  20.  
  21. It sure is! But then, what isn't?
  22.  
  23. :   Is there a suitable equilvalent that will get 
  24. : programs done with just a little bit more structure than the anarchist 
  25. : nature of C++?
  26.  
  27. OOP that starts from a more rigid base language than C might be a little
  28. better than C++. C++ is like C, it tries to be all things to all
  29. people! You can go from *standard* "asm" code to all the things C can
  30. do to your pick of OOP paradigms such as Simula, Smalltalk, MVC, etc.
  31. It's confusing as heck because C++ uses strange, non-intuitive ways of
  32. implementing things, but you can do it. And, like C, if you want to
  33. any of the rules can be broken!
  34.  
  35. Scott
  36.  
  37.